projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ff8c3
)
* doc/lispref/processes.texi: Fix small misprint
author
Filipp Gunbin
<fgunbin@fastmail.fm>
Tue, 13 Apr 2021 16:54:17 +0000
(19:54 +0300)
committer
Filipp Gunbin
<fgunbin@fastmail.fm>
Tue, 13 Apr 2021 16:54:39 +0000
(19:54 +0300)
doc/lispref/processes.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/processes.texi
b/doc/lispref/processes.texi
index b3246494a202f2798911933fd1c3c76fbc8cb544..6786ac28f9026a8399d41bdfad94fe1850053c54 100644
(file)
--- a/
doc/lispref/processes.texi
+++ b/
doc/lispref/processes.texi
@@
-1325,7
+1325,7
@@
the numeric ID of the foreground process group of @var{process}; it
returns @code{nil} if Emacs can be certain that this is not so. The
value is @code{t} if Emacs cannot tell whether this is true. This
function signals an error if @var{process} is a network, serial, or
-pipe connection, or i
s
the subprocess is not active.
+pipe connection, or i
f
the subprocess is not active.
@end defun
@node Signals to Processes